# Delete group settings

Remove specific group settings by their keys. This operation will permanently delete the specified settings and revert them to their default values. Use with caution as deleted settings cannot be recovered. Requires authentication and the GroupSettings.Manage RBAC permission within the group.

RBAC: requires GroupSettings.Manage

Endpoint: DELETE /api/v1/groups/{groupId}/settings
Version: 1.0
Security: header

## Query parameters:

  - `keys` (array, required)
    Comma-separated list of setting keys to delete. Each key must correspond to a valid group setting that exists for this group.

Available keys are:

group.ai.agents.budgets

group.join.questions

group.membership

group.moderation

group.privacy
    Example: "group.ai.agents.budgets,group.join.questions"

## Path parameters:

  - `groupId` (string, required)
    The unique identifier of the group
    Example: "us_01hxcvk1hjexere4pvtrj0ymqq"

## Response 400 fields (application/json):

  - `errorCode` (string, required)
    Error code

  - `message` (string, required)
    Error message

  - `docUrl` (string)
    Link to documentation

## Response 401 fields (application/json):

  - `errorCode` (string, required)
    Error code

  - `message` (string, required)
    Error message

  - `docUrl` (string)
    Link to documentation

## Response 403 fields (application/json):

  - `errorCode` (string, required)
    Error code

  - `message` (string, required)
    Error message

  - `docUrl` (string)
    Link to documentation


## Response 200 fields
